home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / signon.dir / 00020_Script_20 < prev    next >
Text File  |  1994-11-29  |  267b  |  17 lines

  1. on exitFrame
  2.   global LEDGE
  3.   
  4.   if the movieTime of sprite 3 =LEDGE then
  5.     unloadcast
  6.     go to frame "ivi"
  7.   else
  8.     go to frame the frame
  9.   end if
  10. end
  11.  
  12. on mousedown
  13.   set  the movieRate of sprite 3 to 0
  14.   unloadcast
  15.   go to frame "PDAStart"
  16. end
  17.